Network Config
Network Config
Content copied to clipboard
meshtastic.Config.NetworkConfig
Types
Link copied to clipboard
Protobuf enum
meshtastic.Config.NetworkConfig.AddressMode
Link copied to clipboard
Network Config
Content copied to clipboard
meshtastic.Config.NetworkConfig
Link copied to clipboard
Protobuf type
meshtastic.Config.NetworkConfig.IpV4Config
Link copied to clipboard
Link copied to clipboard
Available flags auxiliary network protocols
Content copied to clipboard
meshtastic.Config.NetworkConfig.ProtocolFlags
Properties
Functions
Link copied to clipboard
inline fun ConfigProtos.Config.NetworkConfig.copy(block: ConfigKt.NetworkConfigKt.Dsl.() -> Unit): ConfigProtos.Config.NetworkConfig
inline fun ConfigProtos.Config.NetworkConfig.copy(block: ConfigKt.NetworkConfigKt.Dsl.() -> Unit): ConfigProtos.Config.NetworkConfig
inline fun ConfigProtos.Config.NetworkConfig.copy(block: ConfigKt.NetworkConfigKt.Dsl.() -> Unit): ConfigProtos.Config.NetworkConfig
inline fun ConfigProtos.Config.NetworkConfig.copy(block: ConfigKt.NetworkConfigKt.Dsl.() -> Unit): ConfigProtos.Config.NetworkConfig
Link copied to clipboard
acquire an address via DHCP or assign static
Content copied to clipboard
.meshtastic.Config.NetworkConfig.AddressMode address_mode = 7;
Link copied to clipboard
acquire an address via DHCP or assign static
Content copied to clipboard
.meshtastic.Config.NetworkConfig.AddressMode address_mode = 7;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Flags for enabling/disabling network protocols
Content copied to clipboard
uint32 enabled_protocols = 10;
Link copied to clipboard
Enable Ethernet
Content copied to clipboard
bool eth_enabled = 6;
Link copied to clipboard
struct to keep static address
Content copied to clipboard
.meshtastic.Config.NetworkConfig.IpV4Config ipv4_config = 8;
Link copied to clipboard
struct to keep static address
Content copied to clipboard
.meshtastic.Config.NetworkConfig.IpV4Config ipv4_config = 8;
Link copied to clipboard
Enable/Disable ipv6 support
Content copied to clipboard
bool ipv6_enabled = 11;
Link copied to clipboard
NTP server to use if WiFi is conneced, defaults to `meshtastic.pool.ntp.org`
Content copied to clipboard
string ntp_server = 5;
Link copied to clipboard
NTP server to use if WiFi is conneced, defaults to `meshtastic.pool.ntp.org`
Content copied to clipboard
string ntp_server = 5;
Link copied to clipboard
Link copied to clipboard
rsyslog Server and Port
Content copied to clipboard
string rsyslog_server = 9;
Link copied to clipboard
rsyslog Server and Port
Content copied to clipboard
string rsyslog_server = 9;
Link copied to clipboard
Link copied to clipboard
Enable WiFi (disables Bluetooth)
Content copied to clipboard
bool wifi_enabled = 1;
Link copied to clipboard
If set, will be use to authenticate to the named wifi
Content copied to clipboard
string wifi_psk = 4;
Link copied to clipboard
If set, will be use to authenticate to the named wifi
Content copied to clipboard
string wifi_psk = 4;
Link copied to clipboard
If set, this node will try to join the specified wifi network and
acquire an address via DHCP
Content copied to clipboard
string wifi_ssid = 3;
Link copied to clipboard
If set, this node will try to join the specified wifi network and
acquire an address via DHCP
Content copied to clipboard
string wifi_ssid = 3;
Link copied to clipboard
struct to keep static address
Content copied to clipboard
.meshtastic.Config.NetworkConfig.IpV4Config ipv4_config = 8;
Link copied to clipboard
Link copied to clipboard
open fun newBuilder(prototype: ConfigProtos.Config.NetworkConfig): ConfigProtos.Config.NetworkConfig.Builder
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): ConfigProtos.Config.NetworkConfig
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): ConfigProtos.Config.NetworkConfig
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): ConfigProtos.Config.NetworkConfig
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): ConfigProtos.Config.NetworkConfig
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): ConfigProtos.Config.NetworkConfig
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): ConfigProtos.Config.NetworkConfig
Link copied to clipboard
Link copied to clipboard